home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / imlib / include / bitmap.h next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  291 b   |  9 lines

  1. #define bitmap_width 16
  2. #define bitmap_height 16
  3. static char bitmap_bits[] = {
  4.    0x40, 0x00, 0x40, 0x00, 0x60, 0x18, 0x22, 0x7e, 0x34, 0xff, 0x18, 0xff,
  5.    0x0c, 0xff, 0x16, 0x7e, 0x23, 0x18, 0x00, 0x00, 0x24, 0xfa, 0x6a, 0x22,
  6.    0xa9, 0x22, 0xaf, 0x22, 0x29, 0x23, 0x29, 0xfb};
  7.  
  8.  
  9.